From 641b42af886d8a61a69355b23eebf9643d4ab143 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 1 Feb 2001 14:09:27 +0000 Subject: [PATCH] (Fmodify_frame_parameters): Doc fix. --- src/frame.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frame.c b/src/frame.c index 204eec30830..4ebafbede32 100644 --- a/src/frame.c +++ b/src/frame.c @@ -2119,6 +2119,7 @@ If FRAME is nil, describe the currently selected frame.") DEFUN ("modify-frame-parameters", Fmodify_frame_parameters, Smodify_frame_parameters, 2, 2, 0, "Modify the parameters of frame FRAME according to ALIST.\n\ +If FRAME is nil, it defaults to the selected frame.\n\ ALIST is an alist of parameters to change and their new values.\n\ Each element of ALIST has the form (PARM . VALUE), where PARM is a symbol.\n\ The meaningful PARMs depend on the kind of frame.\n\ -- 2.30.2